func github.com/andybalholm/brotli.safeDecodeSymbol

2 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L351: func safeDecodeSymbol(table []huffmanCode, br *bitReader, result *uint32) bool {
		decode.go#L400: 	return safeDecodeSymbol(table, br, result)